home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #14 / Monster Media No. 14 (April 1996) (Monster Media, Inc.).ISO / prog_d / mdboutln.zip / MAELSTRM.DFM / MAELSTRM.txt < prev   
Text File  |  1995-11-27  |  1KB  |  56 lines

  1. object SplashScreen: TSplashScreen
  2.   Left = 243
  3.   Top = 202
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'SplashScreen'
  7.   ClientHeight = 117
  8.   ClientWidth = 282
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   TextHeight = 16
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 282
  21.     Height = 117
  22.     Align = alClient
  23.     BorderStyle = bsSingle
  24.     TabOrder = 0
  25.     object Comments: TLabel
  26.       Left = 27
  27.       Top = 88
  28.       Width = 110
  29.       Height = 17
  30.       AutoSize = False
  31.       Caption = 'Trial Version 1.5'
  32.       Font.Color = clBlack
  33.       Font.Height = -11
  34.       Font.Name = 'MS Sans Serif'
  35.       Font.Style = [fsBold]
  36.       ParentFont = False
  37.       WordWrap = True
  38.       IsControl = True
  39.     end
  40.     object Image1: TImage
  41.       Left = 16
  42.       Top = 4
  43.       Width = 253
  44.       Height = 78
  45.       AutoSize = True
  46.       Picture.Data = {<image000.bmp>}
  47.     end
  48.   end
  49.   object Timer1: TTimer
  50.     Interval = 3000
  51.     OnTimer = Timer1Timer
  52.     Left = 249
  53.     Top = 81
  54.   end
  55. end
  56.